!section  {
Themes are stored as applications in !bind.themes. A theme determines the overall look
of pages.
<p>
A theme must contain at least two files:
!code {
  &#33;code         filetype text (FFF)
  style/css     filetype CSS  (F79)
}
and possibly graphics files (gif, jpeg or png). Any file
not beginning with ! is copied into the target directory
as a theme-specific resource before Bind creates the webpages.
}

!section Creating Themes {
If you understand CSS and RiscLua you can create your own themes.
&#33;code must return a table containing at least the functions
!code { paradiv titleheader header frame nav }
These insert appropriate html tags using styles defined in
the theme's style/css file.
}